SaveAsBmp(Stream,Nullable<Rectangle>) Method | Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcBitmap Class / SaveAsBmp Method / SaveAsBmp(Stream,Nullable<Rectangle>) Method
The output stream.
Clipping rectangle of the image to be saved.

In This Topic
SaveAsBmp(Stream,Nullable<Rectangle>) Method
In This Topic
Saves the image into a Stream in BMP format.
Syntax
'Declaration
 
Public Overloads Sub SaveAsBmp( _
   ByVal stream As System.IO.Stream, _
   Optional ByVal clipRect As System.Nullable(Of Rectangle) _
) 
 

Parameters

stream
The output stream.
clipRect
Clipping rectangle of the image to be saved.
See Also